home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / FromTheMag / Outlook Backup Assistant 3 / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-05-31  |  4.4 KB  |  65 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Outlook Backup Assistant (trail version)
  4. AppVerName=Outlook Backup Assistant 3 (trail version)
  5. AppId=Outlook Backup Assistant (trail version)
  6. AppPublisher=Priotecs Software
  7. AppPublisherURL=www.priotecs.com
  8. AppSupportURL=www.priotecs.com
  9. AppUpdatesURL=www.priotecs.com
  10. DefaultDirName={pf}\Outlook Backup Assistant
  11. DefaultGroupName=Priotecs Software\Outlook Backup Assistant
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\OBackup.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\OBA_OutlookAddIn,1.dll"; DestDir: "{app}"; DestName: "OBA_OutlookAddIn.dll"; Flags: ignoreversion 
  22. Source: "{app}\OBA_OutlookAddIn,2.dll"; DestDir: "{app}"; DestName: "OBA_OutlookAddIn.dll"; Tasks: installAddIn; Flags: regserver ignoreversion 
  23. [Registry]
  24. Root: HKCU; Subkey: "Software\Priotecs Software\Outlook BackupTool"; ValueName: "installDir"; ValueType: String; ValueData: "{app}\"; 
  25. Root: HKLM; Subkey: "Software\Priotecs Software\Outlook BackupTool"; ValueName: "installDir"; ValueType: String; ValueData: "{app}\"; 
  26. Root: HKCU; Subkey: "Software\Priotecs Software\Outlook BackupTool"; ValueName: "exePath"; ValueType: String; ValueData: "{app}\OBackup.exe"; 
  27. Root: HKLM; Subkey: "Software\Priotecs Software\Outlook BackupTool"; ValueName: "exePath"; ValueType: String; ValueData: "{app}\OBackup.exe"; 
  28. Root: HKCR; Subkey: ".oba"; ValueType: String; ValueData: "OBackupAssistantFile"; Tasks: regBackupFileExt; Flags: uninsdeletekey 
  29. Root: HKCR; Subkey: "OBackupAssistantFile"; ValueType: String; ValueData: "Outlook Backup Assistant"; Tasks: regBackupFileExt; Flags: uninsdeletekey 
  30. Root: HKCR; Subkey: "OBackupAssistantFile\Shell\Open\Command"; ValueType: String; ValueData: """{app}\OBackup.exe"" ""%1"""; Tasks: regBackupFileExt; Flags: uninsdeletevalue 
  31. Root: HKCR; Subkey: "OBackupAssistantFile\DefaultIcon"; ValueType: String; ValueData: "{app}\OBackup.exe,1"; Tasks: regBackupFileExt; Flags: uninsdeletevalue 
  32. Root: HKCR; Subkey: ".obp"; ValueType: String; ValueData: "OBackupAssistantParameterFile"; Tasks: regPramFileExt; Flags: uninsdeletekey 
  33. Root: HKCR; Subkey: "OBackupAssistantParameterFile"; ValueType: String; ValueData: "OBackupAssistant Parameterfile"; Tasks: regPramFileExt; Flags: uninsdeletekey 
  34. Root: HKCR; Subkey: "OBackupAssistantParameterFile\Shell\Open\Command"; ValueType: String; ValueData: """{app}\OBackup.exe"" ""%1"""; Tasks: regPramFileExt; Flags: uninsdeletevalue 
  35. Root: HKCR; Subkey: "OBackupAssistantParameterFile\DefaultIcon"; ValueType: String; ValueData: "{app}\OBackup.exe,2"; Tasks: regPramFileExt; Flags: uninsdeletevalue 
  36. [INI]
  37. FileName: "{app}\Priotecs Software.url"; Section: "InternetShortcut"; Key: "URL"; String: "www.priotecs.com"; 
  38. [Run]
  39. Filename: "{app}\OBackup.exe"; Description: " Run Outlook Backup Assistant"; Flags: postinstall skipifsilent nowait
  40. [Icons]
  41. Name: "{group}\Outlook Backup Assistant"; Filename: "{app}\OBackup.exe"; 
  42. Name: "{group}\Priotecs.com Webpage"; Filename: "{app}\Priotecs Software.url"; 
  43. Name: "{userdesktop}\Outlook Backup Assistant"; Filename: "{app}\OBackup.exe"; Tasks: desktopicon; 
  44. [Tasks]
  45. Name: "installAddIn"; Description: "Install AddIn for direct Outlook integration. (recommended)"; GroupDescription: "Outlook AddIn"; 
  46. Name: "desktopicon"; Description: "Create desktop shortcut"; 
  47. Name: "regBackupFileExt"; Description: "Associate backupfiles (*.oba) with the Outlook Backup Assistant"; 
  48. Name: "regPramFileExt"; Description: "Associate parameterfiles for automated backups (*.obp) with the Outlook Backup Assistant"; 
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\OEBackup.url"; 
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.